Book Contents

Chart UDT members

The following table shows the Chart UDT members.

Members

Descriptions

Title

This is the caption shown on top of the chart.

NumberOfDataPoints

The is the number of data points in each DataSeries[] array.

X_Axis_Label

This is the caption shown below the x-axis.

X_Axis_Min

This specifies the minimum value of the x-axis.

X_Axis_Max

This specifies the maximum value of the x-axis.

Y_Axis_Label

This is the caption shown beside the y-axis.

Y_Axis_Min

This specifies the minimum value of the y-axis.

Y_Axis_Max

This specifies the maximum value of the y-axis.

DataSeries_FixedAxis

This is an instance of the UDT DataSeries. This contains the data points of the fixed axis.

You can configure the axis in the Chart orientation area on the General tab of the ME Chart Control Properties dialog box.

DataSeries_x

This is an instance of the UDT DataSeries. This contains the data points for one data series of x-axis or y-axis, depending on the chart orientation.

x is a number from 1 through 8, such as DataSeries_1, DataSeries_2, and DataSeries_8.

See also

Chart ActiveX control

Options on the General tab of the ME Chart Control Properties dialog box

DataSeries UDT members